Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:55:36 UTC
Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:55:54 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:56:07 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:56:24 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:56:39 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:56:56 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:57:12 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:57:26 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:57:37 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:57:56 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:58:14 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:58:31 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:58:44 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:58:59 UTC
Downloading 2 requests, up to 16 time slices each
Fetching request 1 of 2 (2025-12-10 to 2025-12-25) ~ 01:59:14 UTC
Fetching request 2 of 2 (2025-12-26 to 2025-12-31) ~ 01:59:17 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 01:59:35 UTC
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 01:59:49 UTC
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:00:05 UTC
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:00:20 UTC
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:00:37 UTC
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:00:52 UTC
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:01:06 UTC
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:01:19 UTC
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:01:32 UTC
Downloading 3 requests, up to 10 time slices each
Fetching request 1 of 3 (2025-12-10 to 2025-12-19) ~ 02:01:47 UTC
Fetching request 2 of 3 (2025-12-20 to 2025-12-29) ~ 02:01:49 UTC
Fetching request 3 of 3 (2025-12-30 to 2025-12-31) ~ 02:01:51 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x56032e68d700>), :
cannot open the connection
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:02:09 UTC
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:02:25 UTC
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:02:40 UTC
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:02:58 UTC
Downloading 1 requests, up to 40 time slices each
Fetching request 1 of 1 (2025-12-10 to 2025-12-31) ~ 02:03:11 UTC
Downloading 1 requests, up to 40 time slices each
Fetching request 1 of 1 (2026-01-01 to 2026-01-04) ~ 02:03:36 UTC
Warning: There was 1 warning in `mutate()`.
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?latitude': The requested URL returned error: 503
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()